Skip to content

chore(deps): bump react-hook-form from 7.72.1 to 7.75.0 in /dashboard/frontend#410

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dashboard/frontend/react-hook-form-7.75.0
Closed

chore(deps): bump react-hook-form from 7.72.1 to 7.75.0 in /dashboard/frontend#410
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dashboard/frontend/react-hook-form-7.75.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Copy link
Copy Markdown
Contributor

Bumps react-hook-form from 7.72.1 to 7.75.0.

Release notes

Sourced from react-hook-form's releases.

Version 7.75.0

🦧 feat: improve get dirty fields prune empty fields (#13363)

+ dirtyFields: { test: [{ data: false }] }
- dirtyFields: {} // removed the empty node with false value

🎹 typescript 6.0 (#13330) 🌡️ chore: minor improvement on setValue & reset (#13366) 🐞 fix #13403: include setValues in FormProvider context value (#13404) 🐞 fix: recompute isDirty after re-registering a previously unregistered field (#13399) 🐞 fix: preserve watch updates on field array unmount fixes #13375 (#13385) 🐞 fix: prevent useWatch re-render when unrelated field validation is … (#13398)

thanks to @​dfedoryshchev, @​cyky & @​gkarabelos

Version 7.74.0

🪇 feat: setValues (#13201)

setValues((data) => {
  return {
    ...data,
    name: 'test'
  }
})
setValues(formValues);

🐞 fix: preserve previous field value when useController name changes (#13395) 🐞 fix: handle null parent when unregistering nested field (#13396) 🐞 fix: treat NaN as empty when valueAsNumber is true in validateField (#13388) 🪢 fix build to exclude test files (#13387)

thanks to @​Yihao-G & @​mixelburg

Version 7.73.1

⚡perf: memoize submit (#13378) 🚉 perf: improve deepEqual performance (#13362) 👀 perf: skip re-render in setValue when value is unchanged (#13352) ✂️ remove unneeded flag check for shouldDirty 🚨 fix: safely access field._f during register (#13365) 🧹 close #13298: improve fieldState errors when resolver uses dot-notation string keys (#13350) 🐞 fix #13178: update state correctly in watch callback with Controller, trigger, and reset (#13180) 🐞 fix #13331: skip field array validation when mode is onBlur (#13333) 🐞 fix #13334 sDirty remains false after deletion an item with shouldDirty: true (#13357) 🐞 fix: handle nested field when parent defaultValue is null (#13348)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.72.1 to 7.75.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.72.1...v7.75.0)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-version: 7.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 2, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: type:dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

yasha-dev1 added a commit that referenced this pull request May 4, 2026
Bundles open dependabot PRs so a single merge resolves all of them.

Python (pyproject.toml + poetry.lock):
- aiobotocore 3.5.0 -> 3.6.0 (#401)
- moto 5.1.22 -> 5.2.0 (#398)
- pre-commit 4.5.1 -> 4.6.0 (#384)
- ruff 0.15.11 -> 0.15.12 (#382)
- click 8.3.2 -> 8.3.3 (#379)

Frontend (package.json + package-lock.json):
- react-hook-form 7.72 -> 7.75 (#410)
- prettier-plugin-tailwindcss 0.7.2 -> 0.8.0 (#409)
- @tanstack/router-plugin 1.167.22 -> 1.167.32 (#408)
- zod 4.3 -> 4.4 (#407)
- typescript-eslint 8.58.2 -> 8.59.1 (#406)
- globals 17.5 -> 17.6 (#405)
- eslint 9.39 -> 10.3 (#404)
- @tanstack/react-router 1.168 -> 1.169 (#403)
- @tanstack/eslint-plugin-query 5.99 -> 5.100.8 (#402)
- lucide-react 1.8 -> 1.14 (#400)
- @tanstack/react-query 5.99 -> 5.100.8 (#399)
- postcss 8.5.8 -> 8.5.13 (transitive, #397)
- @tailwindcss/vite 4.2.2 -> 4.2.4 (#395)
- @tanstack/react-router-devtools 1.166.11 -> 1.166.13 (#390)
- axios 1.15.0 -> 1.16.0 (#389)
- @tanstack/react-query-devtools 5.96 -> 5.99 (#388)
- tailwindcss 4.2.2 -> 4.2.4 (#383)
- vite 8.0.8 -> 8.0.10 (#381)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor Author

Looks like react-hook-form is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 4, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dashboard/frontend/react-hook-form-7.75.0 branch May 4, 2026 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant